home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1995 June / MacFormat 25.iso / Shareware City / Developers / OutOfPhase1.1 Source / OutOfPhase Folder / WaveTableSizeDialog.h < prev    next >
Text File  |  1994-03-07  |  456b  |  23 lines

  1. /* WaveTableSizeDialog.h */
  2.  
  3. #ifndef Included_WaveTableSizeDialog_h
  4. #define Included_WaveTableSizeDialog_h
  5.  
  6. /* WaveTableSizeDialog module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* RadioButton */
  12. /* Screen */
  13. /* WrapTextBox */
  14. /* Memory */
  15. /* EventLoop */
  16. /* SimpleButton */
  17. /* Menus */
  18.  
  19. /* ask for a new wave table size.  it obeys the power of 2 contraint. */
  20. long                                AskForNewWaveTableSize(long CurrentSize);
  21.  
  22. #endif
  23.